/**
* hot-keyword样式 *
**/
.container .hot-keyword{
  width: 1200px;
  margin: 0 auto;
}

/* hot部分 */
/* message */
.container .hot-keyword .keyword {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  background-color: #f8f8f8;
  border: 1px solid #dedede;

}

.container .hot-keyword .keyword .message {
  float: left;
  height: 60px;
  position: relative;
}
.container .hot-keyword .keyword .message .icon-mes{
  float: left;
  width: 20px;
  height: 20px;
  margin: 20px 4px 20px 20px;
  background-image: url('../images/icon/icon-mes.png');
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
.container .hot-keyword .keyword .message .icon-mes::before{
 
 
}
.container .hot-keyword .keyword .message .hot-word{
  color:#666;
  margin: 20px 0 20px 130px;
}
.container .hot-keyword .keyword .message .hot-word span{
  padding-left: 6px;
  font-size: 14px;
}
.container .hot-keyword .keyword .message .hot-word span + span{
  border-left: 1px solid #666;
}

.container .hot-keyword .keyword .icon-addr {
  float: right;
  background-color: #dfdfdf;
  padding: 11px 20px;
  margin:0;
}

.container .hot-keyword .keyword .icon-addr img{
  width: 30px;
  height: 35px;
}

.container .hot-keyword .hot-list{
  position: relative;
  border-bottom: 1px solid #b4b4b4;
  height: 182px;
  width: 100%;
  display: flex;
  justify-content: space-between; 
  padding-top: 19px;
}

/* hot-list */
.hot-keyword .hot-list .hot-content {
  /* position: absolute; */
  width: 30%;
}

.hot-keyword .hot-list .hot-content p::before{
  content: '';
  display: block;
  position: absolute;
  top: 19px;
  width: 24px;
  height: 2px;
  background-color: #043764;
}

.hot-keyword .hot-list .hot-content p{
  margin: 22px 30px 0 0;
  white-space: nowrap;
  font-size: 24px;
}

.hot-keyword .hot-list .hot-content .right{
  float: right;
  margin-top: 30px;
  width: 1px;
  height: 110px;
  background-color: #b4b4b4;
}

.hot-keyword .hot-list .content1 .left .details{
  margin-top: 34px;
}
.hot-keyword .hot-list .content1 .details .collect {
  width: 50px;
  height: 55px;
  float: left;
  margin-right: 40px;
}
.hot-keyword .hot-list .content1 .details .collect .icon{
  transform: translate(25%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #b4b4b4;
  margin-bottom: 8px;
  background-repeat: no-repeat;
  background-position: 50%;
  padding: 0;
}
.hot-keyword .hot-list .content1 .details .collect .icon:hover{
  background-color: #043764;
  cursor: pointer;
}
.hot-keyword .hot-list .content1 .details .collect .icon-1{
  background-image: url('../images/icon/shouc.png');
  background-size: 16px 15px;
}
.hot-keyword .hot-list .content1 .details .collect .icon-2{
  background-image: url('../images/icon/liuy.png');
  background-size: 18px 16px;
}
.hot-keyword .hot-list .content1 .details .collect .icon-3{
  background-image: url('../images/icon/diz.png');
  background-size: 16px 13px;
  background-position: 45%;
}
.hot-keyword .hot-list .content1 .details .collect .text{
  font-size: 12px;
}

.hot-keyword .hot-list .content2 .left .hotlist,
.hot-keyword .hot-list .content3 .left .search-text{
  color: #b4b4b4;
}

.hot-keyword .hot-list .content2 .left .hot-line{
  margin-top: 18px;
  font-size: 14px;
  color: #333;
}
.hot-keyword .hot-list .content2 .left .hot-line-wrap{
  margin-top: 15px;
}

.hot-keyword .hot-list .content2 .left .hot-line-wrap .hot-tel{
  font-size: 30px;
  color: #333;
} 
.hot-keyword .hot-list .content3 .left .company{
  font-size: 14px;
  margin: 10px 0 19px 0;
}

.hot-keyword .hot-list .content3 .left .search-wrap{
  padding-left: 10px;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #a4a4a4;
}
.hot-keyword .hot-list .content3 .left .search-wrap .icon-search{
  float: right;
  margin-top: -1px;
  width: 60px;
  height: 40px;
  background-color: #043764;
  background-image: url('../images/icon/icon-search-2.png');
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-position: 50%;
}
.hot-keyword .hot-list .content3 .left .search-wrap .icon-search:hover{
  cursor: pointer;
}
.hot-keyword .hot-list .content3 .left .search-wrap .search{
  height: 100%;
  line-height: 38px;
  width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  outline: none;
  border: none;
}